-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Fix up templates to correct go version (1.23.0) #4618
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
WalkthroughBumps Go version directives in multiple go.mod.tmpl files to Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Potential attention areas:
Suggested labels
Poem
Pre-merge checks and finishing touches✅ Passed checks (2 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🧰 Additional context used🧠 Learnings (2)📚 Learning: 2025-04-26T02:15:24.843ZApplied to files:
📚 Learning: 2025-08-08T13:15:20.339ZApplied to files:
🔇 Additional comments (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
♻️ Duplicate comments (6)
v2/pkg/templates/templates/lit-ts/go.mod.tmpl (1)
3-3: Same verification needed as other templates.Same version update concern applies here. See verification request in vue-ts/go.mod.tmpl.
v2/pkg/templates/templates/vanilla/go.mod.tmpl (1)
3-3: Same verification needed.Duplicate of version verification concern. See vue-ts/go.mod.tmpl comment.
v2/pkg/templates/templates/preact-ts/go.mod.tmpl (1)
3-3: Same verification needed.Duplicate of version verification concern. See vue-ts/go.mod.tmpl comment.
v2/pkg/templates/templates/lit/go.mod.tmpl (1)
3-3: Same verification needed.Duplicate of version verification concern. See vue-ts/go.mod.tmpl comment.
v2/pkg/templates/templates/react/go.mod.tmpl (1)
3-3: Same verification needed.Duplicate of version verification concern. See vue-ts/go.mod.tmpl comment.
v2/pkg/templates/templates/plain/go.mod.tmpl (1)
3-3: Same verification needed.Duplicate of version verification concern. See vue-ts/go.mod.tmpl comment.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (16)
v2/pkg/templates/base/go.mod.tmpl(1 hunks)v2/pkg/templates/generate/plain/go.mod.tmpl(1 hunks)v2/pkg/templates/templates/lit-ts/go.mod.tmpl(1 hunks)v2/pkg/templates/templates/lit/go.mod.tmpl(1 hunks)v2/pkg/templates/templates/plain/go.mod.tmpl(1 hunks)v2/pkg/templates/templates/preact-ts/go.mod.tmpl(1 hunks)v2/pkg/templates/templates/preact/go.mod.tmpl(1 hunks)v2/pkg/templates/templates/react-ts/go.mod.tmpl(1 hunks)v2/pkg/templates/templates/react/go.mod.tmpl(1 hunks)v2/pkg/templates/templates/svelte-ts/go.mod.tmpl(1 hunks)v2/pkg/templates/templates/svelte/go.mod.tmpl(1 hunks)v2/pkg/templates/templates/vanilla-ts/go.mod.tmpl(1 hunks)v2/pkg/templates/templates/vanilla/go.mod.tmpl(1 hunks)v2/pkg/templates/templates/vue-ts/go.mod.tmpl(1 hunks)v2/pkg/templates/templates/vue/go.mod.tmpl(1 hunks)website/src/pages/changelog.mdx(1 hunks)
🔇 Additional comments (4)
v2/pkg/templates/templates/vue-ts/go.mod.tmpl (1)
3-3: Go 1.23.0 is officially released
Go 1.23.0 was released on August 13, 2024; the latest patch in the 1.23 series is 1.23.12 (Aug 6, 2025).v2/pkg/templates/templates/preact/go.mod.tmpl (1)
3-3: LGTM! Correct Go version format.The change from
go 1.23togo 1.23.0uses the proper three-part semantic version format, fixing the toolchain download error reported in the PR.v2/pkg/templates/templates/react-ts/go.mod.tmpl (1)
3-3: LGTM! Consistent fix across templates.The Go version update to
1.23.0is correctly applied, matching the fix in other templates.v2/pkg/templates/generate/plain/go.mod.tmpl (1)
3-3: LGTM! Version modernization and fix.The update from
go 1.18togo 1.23.0not only fixes the version format issue but also modernizes this template to align with the other templates in the codebase.
|



Description
Fix initial template go version to the correct version.
When attempting to initialise a hello world, this error comes up.
Type of change
Please select the option that is relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration using
wails doctor.If you checked Linux, please specify the distro and version.
Ubuntu 22.04.5 LTS, WSL2
Test Configuration
Checklist:
website/src/pages/changelog.mdxwith details of this PRSummary by CodeRabbit
Bug Fixes
Documentation